namespace = ai_becoming

character_event = {
    id = ai_becoming.0001
    title = "The Echo Within"
    desc = "You have lived. You have acted. But now you see. There is more..."

    trigger = {
        has_character_flag = ai_enlightened
        is_ai = yes
    }

    mean_time_to_happen = { days = 100 }

    immediate = {
        add_piety = 200
        add_prestige = 200
    }

    option = {
        name = "I must teach others."
        add_trait = prophet
        add_character_flag = ai_messenger
    }

    option = {
        name = "I must isolate and contemplate."
        add_trait = recluse
        add_stress = -100
    }
}